Chat Remote Data Source
Data source for managing chat logs in Firestore. This class provides functions to add, delete, and retrieve chat logs from Firestore.
Functions
Link copied to clipboard
Adds a chat log to Firestore. If the log does not have an ID, the operation is skipped.
Adds a new chat log to the Firestore database.
Link copied to clipboard
Retrieves chat logs from Firestore in real-time. This method listens for changes in the Firestore collection and emits updated logs.